Skip to content

Replace npm install with npm ci in workflow#960

Merged
decyjphr merged 2 commits intomain-enterprisefrom
decyjphr-fix-npm-run
Mar 31, 2026
Merged

Replace npm install with npm ci in workflow#960
decyjphr merged 2 commits intomain-enterprisefrom
decyjphr-fix-npm-run

Conversation

@decyjphr
Copy link
Copy Markdown
Collaborator

This pull request makes a minor update to the release workflow by switching the Node.js dependency installation command from npm install to npm ci. This change ensures more reliable and reproducible builds by using the exact versions specified in the lockfile.

Copilot AI review requested due to automatic review settings March 31, 2026 12:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the release workflow to install Node.js dependencies using npm ci instead of npm install, improving build reproducibility by strictly following package-lock.json.

Changes:

  • Switch dependency installation command from npm install to npm ci in the release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@decyjphr decyjphr merged commit 4578aea into main-enterprise Mar 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants